XIQS Get Port Group Map List

From IQsimWiki

Jump to: navigation, search

XIQS Get Port Group Map List - Port Group Management

Description
getXIQSPortGroupMapList ( Long id_portgroup )
Get the list of all port group / device map objects linked to the specified port group.
Parameters

Long id_portgroup

Id of the port group object.
Return Values
List
Long id - Id of the map object.

Long id_portgroup - Id of the port group object.

Long id_device - ID of the device object.

String devicename - Name of the device object.

String deviceportmap - Device port map, string representation of a binary sequence (ex. "01001011" where 1 means that port index is mapped in port group.

Long id_partition - Id of the partition which refers to the object.

Error Data structure ( Error Management )

Possible failure code returns
*ERR_OBJ_NOT_FOUND (404) ERR_MSG_PGRP_NOT_FOUND
*ERR_UNAUTHORIZED (401) ERR_MSG_OBJ_NOT_OWNED
*ERR_SRV_INTERNAL (500) ERR_MSG_NO_DB
See Also

getXIQSPortGroupList

createXIQSPortGroup

updateXIQSPortGroup

deleteXIQSPortGroup

mapXIQSPortGroup

unmapXIQSPortGroup

getXIQSDevicePortMap

clearXIQSPortGroupMap

Personal tools
Namespaces
Variants
Views
Actions
Navigation
XIQS XML Protocol
XIQS Framework Libraries
XIQS Command List